Add deprecation note to gtk_exit() (#325199, Ævar Arnfjörð Bjarmason)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Dec 2005 04:58:41 +0000 (04:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 30 Dec 2005 04:58:41 +0000 (04:58 +0000)
2005-12-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkmain.sgml: Add deprecation note to
gtk_exit()  (#325199, Ævar Arnfjörð Bjarmason)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkmain.sgml

index 9bf4a1d8123bf761d1b3b131747801de726f44be..5003b67a818a7c58f0e2a9d163d586527bb688ab 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkmain.sgml: Add deprecation note to
+       gtk_exit()  (#325199, Ævar Arnfjörð Bjarmason)
+
 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/tmpl/gtkcombo.sgml: Small additions
index 5ea887705c31b3ec740d991e7b40701b186d5fc5..01477a200ffb9463b545c70f57c76e87678fa721 100644 (file)
@@ -169,10 +169,9 @@ This function will shut down the GUI and free all resources allocated
 for GTK+.
 </para>
 
-@error_code: Return value to pass to the caller. This is dependend on the
-target system but at least on Unix systems %0 means 
-success.
-
+@error_code: Return value to pass to the caller. This is dependent on the
+target system but at least on Unix systems %0 means success.
+@Deprecated: Use the standard exit() function instead.
 
 <!-- ##### FUNCTION gtk_events_pending ##### -->
 <para>